|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrolesystem.core.RoleEvent
public class RoleEvent
This class represents an event occurred to a registration. Instances of this class are constant, once created they cannot be changed.
| Constructor Summary | |
|---|---|
RoleEvent(java.lang.String name,
int sender,
java.lang.String senderRole,
java.io.Serializable content)
|
|
| Method Summary | |
|---|---|
java.io.Serializable |
getContent()
Returns the informative content of this event. |
java.lang.String |
getName()
Returns the name of this event. |
int |
getSender()
Returns the identifier of the sender of this event. |
java.lang.String |
getSenderRole()
Returns the role of the sender of this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoleEvent(java.lang.String name,
int sender,
java.lang.String senderRole,
java.io.Serializable content)
name - Name of this event.sender - Identifier of the sender of this event.senderRole - Role of the sender of this event.content - Informative content of this event.| Method Detail |
|---|
public java.lang.String getName()
public int getSender()
public java.lang.String getSenderRole()
public java.io.Serializable getContent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||